home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / linkerfunc.h < prev    next >
C/C++ Source or Header  |  1996-01-09  |  418b  |  28 lines

  1. #ifndef _INCLUDE_LINKERFUNC_H
  2. #define _INCLUDE_LINKERFUNC_H
  3.  
  4. /*
  5. **  $VER: linkerfunc.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **     Prototypen für Linker-Spezialfunktionen
  9. **
  10. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  11. **     All Rights Reserved
  12. */
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. void InitModules();
  19. void CleanupModules();
  20.  
  21. void GetBaseReg();
  22. void geta4();
  23.  
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.  
  28. #endif